Skip to main content

Transaction

When you want to display a campaign on your transaction page, choose the urlType.TRANSACTION interface
Then you have to fill the category attributes:

beyable.page.setAttributes({
urlType: EPageUrlType.TRANSACTION,
pageReferrer: document.referrer,
url: "https://my-web-site.com/transaction",
transactionPage: {
tags: ["transaction"],
},
});

transactionPage attributes details#

attributestypeactions
tags
string[]fill tags values to link trigger on it